Changelog
All notable changes to the PrERT-CNM project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased]
Added
-
Created foundational Month 1 sprint directories:
config/,models/,engine/,tests/ -
Generated baseline
requirements.txtincorporating AI tracking components (transformers,torch,pgmpy,datasets). -
Deployed architectural stubs
privacy_indicators.json,privacy_bert.py,bayesian_scorer.py, andtest_pipeline.pyreflecting the sprint roadmap with integrated comments challenging conventional NLP classification architectures. -
Initiated
MEMORY.mdto persist project-specific operational constraints and architectural philosophy. -
Implemented structured JSON data loading with Pydantic
for indicator config (
config/loader.py). -
Extended
PrivacyFeatureExtractorto include Hugging FaceTrainerloops (models/privacy_bert.py). -
Initialized Bayesian Network graph topologies with
discrete CPD structures
(
engine/bayesian_scorer.py). -
Deployed end-to-end geometry and scaling bounds unit
tests under
pytest. -
Activated dynamic topology mappings correlating Pydantic
JSON logic to explicit
pgmpymathematical DAG structures (engine/bayesian_scorer.py). -
Cached and persisted the alternative public
OPP-115policy corpus offline onto the disk (data/download.py).